From: Gabor Juhos Date: Thu, 27 Mar 2014 07:03:47 +0000 (+0000) Subject: packages/luaexpat: fix whitespaces X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=60c7a5ccc0f7a83016a00da56fa2443bb2e5ced9;p=openwrt%2Fsvn-archive%2Fpackages.git packages/luaexpat: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos SVN-Revision: 40099 --- diff --git a/lang/luaexpat/Makefile b/lang/luaexpat/Makefile index ded0229b9..44f5465d4 100644 --- a/lang/luaexpat/Makefile +++ b/lang/luaexpat/Makefile @@ -1,4 +1,4 @@ -# +# # Copyright (C) 2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. @@ -21,7 +21,7 @@ define Package/luaexpat SUBMENU:=Lua SECTION:=lang CATEGORY:=Languages - TITLE:=LuaExpat + TITLE:=LuaExpat URL:=http://www.keplerproject.org/luaexpat/ DEPENDS:=+lua +libexpat endef @@ -42,7 +42,7 @@ define Build/Compile COMPAT_DIR="$(PKG_BUILD_DIR)/compat-5.1r5" \ LIB_OPTION="-shared $(TARGET_LDFLAGS)" \ CC="$(TARGET_CC) $(TARGET_CFLAGS) $(FPIC) -std=c99" \ - LD="$(TARGET_CROSS)ld -shared" + LD="$(TARGET_CROSS)ld -shared" endef define Package/luaexpat/install